haproxy: fixes from upstream
authorThomas Heil <[email protected]>
Thu, 10 Jul 2014 11:51:27 +0000 (13:51 +0200)
committerThomas Heil <[email protected]>
Thu, 10 Jul 2014 11:51:27 +0000 (13:51 +0200)
commit0661fbcf90658044d268d7e96423dc2d689f3ba0
tree9bf722584b1d6fbdec2f86b637558c239c985368
parentc5b89e2ea20c40afbb605bf04cd0cbafdbfa9247
haproxy: fixes from upstream

this patch series mainly fixes a lot of reported issues in conjuction with
abstract socktet handling, improved the docs about the stats

 - [PATCH 13/21] BUILD: http: fix isdigit & isspace warnings on Solaris
 - [PATCH 14/21] BUG/MINOR: listener: set the listener's fd to -1 after
 - [PATCH 15/21] BUG/MEDIUM: unix: failed abstract socket binding is
 - [PATCH 16/21] MEDIUM: listener: implement a per-protocol pause()
 - [PATCH 17/21] MEDIUM: listener: support rebinding during resume()
 - [PATCH 18/21] BUG/MEDIUM: unix: completely unbind abstract sockets
 - [PATCH 19/21] DOC: explicitly mention the limits of abstract
 - [PATCH 20/21] DOC: expand the docs for the provided stats.
 - [PATCH 21/21] BUG/MEDIUM: backend: Update hash to use unsigned int

Signed-off-by: Thomas Heil <[email protected]>
net/haproxy/Makefile
net/haproxy/patches/0013-BUILD-http-fix-isdigit-isspace-warnings-on-Solaris.patch [new file with mode: 0644]
net/haproxy/patches/0014-BUG-MINOR-listener-set-the-listener-s-fd-to-1-after-.patch [new file with mode: 0644]
net/haproxy/patches/0015-BUG-MEDIUM-unix-failed-abstract-socket-binding-is-re.patch [new file with mode: 0644]
net/haproxy/patches/0016-MEDIUM-listener-implement-a-per-protocol-pause-funct.patch [new file with mode: 0644]
net/haproxy/patches/0017-MEDIUM-listener-support-rebinding-during-resume.patch [new file with mode: 0644]
net/haproxy/patches/0018-BUG-MEDIUM-unix-completely-unbind-abstract-sockets-d.patch [new file with mode: 0644]
net/haproxy/patches/0019-DOC-explicitly-mention-the-limits-of-abstract-namesp.patch [new file with mode: 0644]
net/haproxy/patches/0020-DOC-expand-the-docs-for-the-provided-stats.patch [new file with mode: 0644]
net/haproxy/patches/0021-BUG-MEDIUM-backend-Update-hash-to-use-unsigned-int-t.patch [new file with mode: 0644]